From: Adriaan Schmidt Date: Mon, 4 Apr 2022 11:38:33 +0000 (+0200) Subject: tools: install perf python bindings X-Git-Tag: archive/raspbian/6.5.3-1+rpi1^2^2~72 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a1bd1929b7439fd4b230d8d540682f9e3846dd2f;p=linux.git tools: install perf python bindings Bug-Debian: http://bugs.debian.org/860957 Forwarded: not-needed Gbp-Pq: Topic debian Gbp-Pq: Name tools-perf-install-python-bindings.patch --- diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 0d958a067f1..40667104e4b 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -1032,7 +1032,7 @@ install-bin: install-tools install-tests install: install-bin try-install-man install-python_ext: - $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)' + $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)' --install-layout=deb # 'make install-doc' should call 'make -C Documentation install' $(INSTALL_DOC_TARGETS):